home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 001 / collie.arc / MSU.DOC < prev    next >
Text File  |  1986-02-01  |  5KB  |  149 lines

  1. Milliways Sysop Utility                                       Version 1.2
  2. (C) 1986 by Matt Weisberg                                     Feb. 1, 1986
  3.  
  4.                     Milliways Sysop Utility - Page 1
  5.  
  6. Description:
  7. ------------
  8. MSU is a users editor for the Colossus Bulletin Board System. It allows 
  9. full editing of the user file. This program was written because of the
  10. limited capabilities of the user editor in the BBS itself. This program
  11. was written in Borland International's Turbo Pascal.
  12.  
  13. Requirements:
  14. -------------
  15. MSU requires an IBM PC, XT, AT, or any MS-DOS compatible computer running
  16. Colossus. ANSI.SYS is required for MSU to work properly.
  17.  
  18. How to invoke MSU:
  19. ------------------
  20. You run MSU by typing this at the command line:
  21.  
  22. MSU Color1 Color2
  23.  
  24. If no colors are specified, MSU will use its default colors of
  25. Light Gray and Yellow. Again, as I said above, MSU requires ANSI.SYS 
  26. to work properly. Color1 is the color of the boarder on the menu 
  27. window and the color of the identifers (Name, Calling From, etc.). 
  28. Color2 is the color of the actual menu text and the color of the 
  29. users information. Colors are entered as numbers. Here is a chart 
  30. of the colors and there corresponding numbers:
  31.  
  32.  1 - Blue             8 - Dark Gray
  33.  2 - Green            9 - Light Blue
  34.  3 - Cyan            10 - Light Green
  35.  4 - Red             11 - Light Cyan
  36.  5 - Magenta         12 - Light Red
  37.  6 - Brown           13 - Light Magenta
  38.  7 - Light Gray      14 - Yellow
  39.                      15 - White
  40.  
  41.  
  42. Note: 0 is black, but if you use 0 MSU will ignore it and go to the default
  43. colors of Light Gray and Yellow. 0 is locked because you would not be able
  44. to see what was on the screen. Future versions of MSU may contain a 
  45. background color option, but at the moment, it does not.
  46.  
  47. Operation:
  48. ----------
  49. Here is a list of the commands and what they do:
  50.  
  51. The (+) scrolls forward through the users one at a time.
  52.  
  53. The (-) scrolls backward through the users one at a time.
  54.  
  55. The (B)eginning command moves to the first user in the user file.
  56.  
  57. The (E)nd command moves to the last user in the user file.
  58.  
  59.  
  60.                                  Page 1
  61.  
  62.  
  63.  
  64.  
  65.                     Milliways Sysop Utility - Page 2
  66.  
  67.  
  68. The (U)sers List command lets you make a list of users. You get to 
  69. specify what level of users you would like listed. For example, if
  70. you chose 5, then all the users with an access level of 5 are listed.
  71. This command is good for making a list of non-validated users who
  72. need to be validated.
  73.  
  74. The (D)eleted command toggles the Yes/No marker for deleted or not.
  75. All users who have 'Yes' under deleted will be removed if the purge
  76. users option is choosen after the (Q)uit command (see below).
  77.  
  78. The (N)ame command is used to change the current users name.
  79.  
  80. The (C)alling from command is used to change where the current user is
  81. calling from.
  82.  
  83. The (P)assword command is used to change the current users password.
  84.  
  85. The (#) command is used to change the current users phone number.
  86.  
  87. The ($) command changes the current users mail credit. All amounts 
  88. are entered WITHOUT decimals. Example: Say a user has a credit of 
  89. $10.25. It would be entered as 1025.
  90.  
  91. The (O) command changes the amount of mail charges that the current 
  92. user has pending.
  93.  
  94. The Security (L)evel command lets you change the security level of the
  95. current user.  
  96.  
  97. The (T)ime left command changes the amount of time (in minutes) the 
  98. current user has left today.
  99.  
  100. The (X)pert command toggles the expert Yes/No option of the current user.
  101.  
  102. The (S)earch command lets you search for a user. If you enter part of the
  103. name, then it will look for just part of the name.
  104.  
  105. The (A)llowed command toggles the allowed on the system Yes/No option
  106. of the current user. If set to 'No', then the user will not be able to
  107. login.
  108.  
  109. The (Q)uit command exits the program and asks you if you would like to
  110. save the changes which you have made to the users file. If you say yes
  111. it will then ask you if you would like to purge all deleted users. What
  112. this means is that every user that had a 'Yes' where it said deleted will
  113. be taken out of the user file. If you say no to the purge users question
  114. then every user, wether it said 'Yes' next to deleted or not, wil be 
  115. saved.
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.                                  Page 2
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.                     Milliways Sysop Utility - Page 3
  130.  
  131.  
  132. Notes on the Program:
  133.  
  134. I have spent many long hours working on this program, If you like this 
  135. program and use it regularly, your contribution would be greatly. 
  136. Send any contributions to:
  137.  
  138.         Matt Weisberg
  139.         29140 Apple Blossom Ln.
  140.         Farmington Hills, MI 48018-1519
  141.  
  142.  
  143. Versions 1.0 and 1.1 of this program were not released. They were test
  144. versions and where used by a few beta testers only, so this it the first
  145. actual release. For support please call my board, Milliways at
  146. (313) 553-9274 - 300/1200/2400 Baud. Please report any bugs to me 
  147. immediately. It would be greatly appreciated. I hope you enjoy this
  148. program. Watch for more utilites from me in the future.
  149.